home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MATH / VLN_20 / VLNCONST.INC < prev   
Text File  |  1995-03-30  |  506b  |  29 lines

  1. const AddN = 1;
  2.       SubN = 2;
  3.       MulN = 3;
  4.       DivN = 4;
  5.       SetSmall = 5;
  6.       BigSHL = 6;
  7.       MultiSHL = 7;
  8.       TwoNth = 8;
  9.       TenNth = 9;
  10.       NthRoot = 10;
  11.       NthPower = 11;
  12.       TwosComplAbs = 12;
  13.       SetRandom = 13;
  14.       FastNthPower = 14;
  15.  
  16. const AddBy = 1;
  17.       SubBy = 2;
  18.       MulBy = 3;
  19.       DivBy = 4;
  20.       Copy = 5;
  21.  
  22. const quotient = 99;
  23.       remainder = 69;
  24.  
  25. const Shr1Bit = 1;
  26.       ShL1Bit = 2;
  27.  
  28. const grequal  = 1;
  29.       equal   = 2;